DataSource for Entity Framework in WPF
C1.LiveLinq.AdoNet Namespace / IndexedDataTable<TRow> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (IndexedDataTable<TRow>)
    In This Topic
    Returns an enumerator that iterates through the IndexedDataTable<TRow>.
    Syntax
    'Declaration
     
    Public Function GetEnumerator() As IEnumerator(Of TRow)
    public IEnumerator<TRow> GetEnumerator()
    See Also